What is Byte Code?
2381
30-Nov-2010
Amit Singh
09-Dec-2010Bytecode is the compiled format for Java programs. Once a Java program has been converted to bytecode, it can be transferred across a network and executed by Java Virtual Machine (JVM). Bytecode files generally have a .class extension.
Somesh
30-Nov-2010